<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@CHARSET "UTF-8";
/* 绗笁鏂规彃浠舵墍闇€瑕侀噸鍐欐牱寮忚〃 */

/* Bootstrap Container */
.container {
    width: 1280px !important;
}

.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

/* Bootstrap Pagination */
.pagination {
    margin-top: 0;
    margin-bottom: 9px;
}
.pagination &gt; li &gt; a,
.pagination &gt; li &gt; span {
    color: #e67817;
}
.pagination &gt; li &gt; a:hover,
.pagination &gt; li &gt; span:hover,
.pagination &gt; li &gt; a:focus,
.pagination &gt; li &gt; span:focus {
    background-color: #e67817;
    color: #fff;
}
.pagination &gt; .active &gt; a,
.pagination &gt; .active &gt; span,
.pagination &gt; .active &gt; a:hover,
.pagination &gt; .active &gt; span:hover,
.pagination &gt; .active &gt; a:focus,
.pagination &gt; .active &gt; span:focus {
    z-index: 2;
    color: #ffffff;
    cursor: default;
    background-color: #e67817;
    border-color: #e67817;
}

/* Headroom */
.headroom {
    position: fixed;
    z-index: 20;
    right: 0;
    left: 0;
    top: 0;
    transition: transform 200ms linear;
}
.headroom--pinned {
    transform: translateY(0%);
}
.headroom--unpinned {
    transform: translateY(-100%);
}

/* carouFredSel */
#carousel-wrapper {
    width: 1140px;
    height: 555px;
}
#carousel div {
    cursor: pointer;
    margin-right: -716px;
    float: left;
    position: relative;
    box-shadow: 0 0 30px #000;
}
#carousel div:last-child {
    cursor: default;
}
#carousel div span {
    background-color: #fff;
    background-color: rgba(255,255,255, 0);
    color: #000;
    font-size: 25px;
    text-align: center;
    display: inline-block;
    width: 800px;
    height: 45px;
    line-height: 25px;
    padding: 10px;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
}
#carousel div &gt; a {
    position: absolute;
    right: 20px;
    top: 20px;
}

/* Allinone */
.textElement11_simple {
    width:100%;
    font: bold 18px/40px "Microsoft YaHei", Arial, Helvetica, sans-serif !important;
    background:url(../img/textBg_transparency.png) !important;
    padding:0;
    text-align:left;
    text-indent: 18px;
    color:#ffffff;
}
.allinone_thumbnailsBanner.cool .thumbsHolderWrapper {
    border-top:1px solid #e66b19;
    height:120px !important;
}
.allinone_thumbnailsBanner img {
    width: 110px;
}
.textElement11_simple a {
    color: #ffffff !important;
}

.flexslider {
    border: 0;
}</pre></body></html>